Add load.bash helper for standardized includes#54
Add load.bash helper for standardized includes#54jacksgt wants to merge 1 commit intobats-core:masterfrom
Conversation
|
Hello! |
|
@jacksgt Can you rebase your branch from master please? |
This makes it easier to include the library with bats_load_library: > bats_load_library has two modes of resolving requests: > by relative path from the BATS_LIB_PATH to a file in the library > by library name, expecting libraries to have a load.bash entrypoint https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries Signed-off-by: Jack Henschel <jackdev@mailbox.org>
|
@vincent-zurczak Done and done! Thanks for taking a look :-) |
|
Hello @jacksgt. Could you amend your commit once again and sign it please? |
|
Hello @jacksgt. |
|
@jacksgt do you have any news? otherwise we can force-push a co-signed commit but I want to avoid that. |
This makes it easier to include the library with bats_load_library:
https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries
Closes #52